projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18a56cd
)
docs: Add missing signal parameter
author
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 21 Dec 2017 19:00:28 +0000
(19:00 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 21 Dec 2017 19:00:28 +0000
(19:00 +0000)
The `flags` parameter is missing, and the introspection scanner is
complaining about it.
gtk/gtkplacessidebar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacessidebar.c
b/gtk/gtkplacessidebar.c
index 326a05c224560da2cf4301674ed89030da763ce0..b7a6d9182502fea54fea648996ad0c4649e547ab 100644
(file)
--- a/
gtk/gtkplacessidebar.c
+++ b/
gtk/gtkplacessidebar.c
@@
-4659,7
+4659,8
@@
gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class)
/**
* GtkPlacesSidebar::show-starred-location:
- * @sidebar: the object which received the signal.
+ * @sidebar: the object which received the signal
+ * @flags: the flags for the operation
*
* The places sidebar emits this signal when it needs the calling
* application to present a way to show the starred files. In GNOME,